home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 May: Tool Chest / Dev.CD May 97 TC.toast / Sample Code / Snippets / Files / PutAwayVolumes / PutAwayOneVolume.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-21  |  133 b   |  8 lines  |  [TEXT/CWIE]

  1. #pragma once
  2.  
  3. #ifndef __TYPES__
  4. #    include <Types.h>
  5. #endif
  6.  
  7. pascal OSErr PutAwayOneVolume (short vRefNum, OSType finderLikeProcess);
  8.